home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr34 / onetime.zip / FCODE.DOC < prev    next >
Text File  |  1995-04-26  |  2KB  |  35 lines

  1.                                     FCODE
  2. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  3.  
  4. FCODE is the binary file encoder/decoder of the *ONETIME* file security 
  5. package. This is the actual program that encodes and decodes binary or text 
  6. files. When encoding, it creates a file consisting of binary numbers in the 
  7. range of 0h to FFh (0 - 255 decimal). This is fine for encrypted files to be 
  8. transferred on magnetic media (diskettes, tape, removable HD's, etc.), or for 
  9. transmission by modem, but NOT suitable for printing out as hard-copy or for 
  10. faxing. Use the companion program TCODE for more general coding of text 
  11. files.  Note that TCODE does not work on binary files. 
  12.  
  13. FCODE will usually be invoked from the batch files FENCODE and FDECODE. It 
  14. can also function as a stand-alone utility. Type: fcode e to encode the file 
  15. named plain.txt. Type: tcode d to decode the file named encr.xxx. Using the 
  16. batch files FENCODE and FDECODE (recommended) eliminates the need to rename 
  17. the files to be encoded or decoded. 
  18.  
  19. WARNING: if using FCODE as a stand-alone utility (not recommended), the files 
  20. plain.txt and code.key must already be present in the working directory.  
  21. Using the batch files provided for the purpose, FENCODE and FDECODE is much 
  22. easier.
  23.  
  24. The C source for FCODE is included for programmers wishing to use or modify 
  25. it. This requires the permission of the author, which can easily be 
  26. obtained. 
  27.  
  28. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  29.  
  30. M\Cooper
  31. 3425 Chestnut Ridge Rd.
  32. Grantsville, MD 21536-9801
  33. --------------------------
  34. Email:  thegrendel@aol.com
  35.